On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:
['ælgɔl]
общая лексика
Algorithmic Language
Алгол
примитивный процедурный ЯВУ, разработка которого длилась с 1957 по 1960 гг. Оказал большое влияние на развитие процедурных языков (блочная структура, рекурсия, БНФ). В 60-70-х годах был языком научных публикаций. Первый компилятор с Алгола написал Edsger Dijkstra. Развитие языка: Algol-60, Algol-W (1965 г., W - в честь Н. Вирта). Дальнейшее развитие Алгола-60 - Алгол-68. Из-за сложности язык не получил широкого распространения
существительное
общая лексика
алгоритмический язык (программирования)
программирование
АЛГОЛ (язык программирования)
синоним
ALGOL (; short for "Algorithmic Language") is a family of imperative computer programming languages originally developed in 1958. ALGOL heavily influenced many other languages and was the standard method for algorithm description used by the Association for Computing Machinery (ACM) in textbooks and academic sources for more than thirty years.
In the sense that the syntax of most modern languages is "Algol-like", it was arguably more influential than three other high-level programming languages among which it was roughly contemporary: FORTRAN, Lisp, and COBOL. It was designed to avoid some of the perceived problems with FORTRAN and eventually gave rise to many other programming languages, including PL/I, Simula, BCPL, B, Pascal, and C.
ALGOL introduced code blocks and the begin
...end
pairs for delimiting them. It was also the first language implementing nested function definitions with lexical scope. Moreover, it was the first programming language which gave detailed attention to formal language definition and through the Algol 60 Report introduced Backus–Naur form, a principal formal grammar notation for language design.
There were three major specifications, named after the years they were first published:
ALGOL 68 is substantially different from ALGOL 60 and was not well received, so in general "Algol" means ALGOL 60 and its dialects.